@charset "utf-8";
/* CSS Document */
.header{position:fixed;left:0px;top:0px;width:100%;height:166px;background:#fff;z-index:12;}
.top{max-width:1310px;margin:0px auto;padding: 20px 15px;overflow: hidden;}
.logo_l{float:left;}
.logo_l img{max-height:66px;max-width:345px;}
.top_et{float:right;}
.top_et ul li{float:left;margin-left:20px;height:66px;}
.top_et ul li em{display:block;color:#666270;line-height:25px;font-size:14px;}
.top_et ul li em a{color:#666270;}
.top_et ul li.ad span{background: url(../images/ad.jpg) left 8px no-repeat;padding-left: 38px;height: 56px;display: block;margin-top: 4px;overflow:hidden;max-width:200px;}
.top_et ul li.tel span{background: url(../images/tel.jpg) left 7px no-repeat;padding-left: 43px;height:56px;display: block;margin-top: 4px;}
.top_et ul li.dat span{background: url(../images/date.jpg) left 6px no-repeat;padding-left:55px;height:56px;display: block;margin-top: 4px;}
.header_h{height:166px;}
.nav{width:100%;height:60px;background: #7dc01d;line-height: 60px;}
.nav ul{max-width:1310px;margin:0px auto;padding:0px 15px;}
.nav ul a{float:left;padding:0px 20px;color:#fff;font-size:14px;display:block;margin-right:10px;}
.nav ul a:hover{background:#609e07;color:#fff;}
.mul_m{display:none;float:right;margin-top:10px;}
.mul_m img{height:22px;}
.tk_cb_bg{width:100%;height:100%;opacity:0.5;-moz-opacity:0.5;filter:alpha(opacity=50);position:fixed;left:0px;top:0px;background:#000;z-index:9;display:none;}
.nav_two{width: 0px;box-shadow: 5px 0px 30px rgba(76, 76, 76, .16);position:fixed;right: 0px;top:0px;z-index:11;background:#fff;height: 100%;overflow:hidden;}
.nav_two ul{padding:15px 0px;}
.nav_two a{display:block;color:#333;font-size:16px;padding:0px;width:100%;margin-right: 0px;text-align: center;float: none;line-height: 45px;}
.nav ul a.omm{background:#609e07;color:#fff;}

@media (max-width:920px) {
.top_et{display:none;}	
.mul_m{display:block;}	
.nav{display:none;}
.header{height:60px;}
.top{padding: 10px 15px;overflow: hidden;}
.header_h{height:60px;}
.logo_l img{max-height:40px;max-width:345px;}


}

@media (max-width:460px) {
.top{position:relative;}
.top .mul_m{position:absolute;right:15px;top:13px;}

}